home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / help.dir / 00019.ls < prev    next >
Encoding:
Text File  |  1995-09-29  |  424 b   |  17 lines

  1. on enterFrame
  2.   global EVis, EPup, FVis, FPup
  3.   set EVis to the visible of sprite 48
  4.   set EPup to the puppet of sprite 48
  5.   set FVis to the visible of sprite 45
  6.   set FPup to the puppet of sprite 45
  7.   puppetSprite(45, 0)
  8.   puppetSprite(48, 0)
  9.   puppetSprite(45, 1)
  10.   puppetSprite(48, 1)
  11.   set the visible of sprite 45 to 1
  12.   set the visible of sprite 48 to 1
  13.   puppetSprite(45, 0)
  14.   puppetSprite(48, 0)
  15.   updateStage()
  16. end
  17.